func github.com/andybalholm/brotli.convertBitDepthsToSymbols

9 uses

	github.com/andybalholm/brotli (current package)
		brotli_bit_stream.go#L378: 	convertBitDepthsToSymbols(code_length_bitdepth[:], codeLengthCodes, code_length_bitdepth_symbols[:])
		brotli_bit_stream.go#L432: 	convertBitDepthsToSymbols(depth, histogram_length, bits)
		brotli_bit_stream.go#L566: 	convertBitDepthsToSymbols(depth, length, bits)
		brotli_bit_stream.go#L769: 	convertBitDepthsToSymbols(depth, length, bits)
		compress_fragment.go#L123: 	convertBitDepthsToSymbols(cmd_depth[:], 64, cmd_bits[:])
		compress_fragment.go#L130: 	convertBitDepthsToSymbols(depth[64:], 64, bits[64:])
		compress_fragment_two_pass.go#L68: 	convertBitDepthsToSymbols(cmd_depth[:], 64, cmd_bits[:])
		compress_fragment_two_pass.go#L75: 	convertBitDepthsToSymbols(depth[64:], 64, bits[64:])
		entropy_encode.go#L567: func convertBitDepthsToSymbols(depth []byte, len uint, bits []uint16) {